shout3d.core
Class BaseMap

java.lang.Object
  |
  +--shout3d.core.Node
        |
        +--shout3d.core.BaseMap
Direct Known Subclasses:
EnvironmentMap, SingleTextureMap

public class BaseMap
extends Node

BaseMap Node. Derived classes will represent a texture to be applied in a known way.


Field Summary
 BooleanField bilinearFilteringEnabled
           
 BooleanField enabled
           
 
Constructor Summary
BaseMap()
           
 
Methods inherited from class shout3d.core.Node
cleanUp, getDEFName, getField, getFieldByIndex, getFieldName, getNumFields, getTypeName, getViewer, isOfType, setDEFName, setViewer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

enabled

public final BooleanField enabled

bilinearFilteringEnabled

public final BooleanField bilinearFilteringEnabled
Constructor Detail

BaseMap

public BaseMap()